XMLNode.XQL Function

Performs an XPath query and returns an XMLNodeList of the resulting nodes. If the query has namespace references in it, you must provide declarations for them in the form of a string array, i.e.

Syntax

result = XMLNode.XQL( Query, [Map] )

Parameters

Query

String

Map

String (Optional)

Return Value

Result

XMLNodeList

Notes

("ns1","http://foo","ns2","http://bar").